home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 4 / CARTS4.iso / mac / MiniCad 6.0.1 demo / MiniCad 6.0.1 Demo / MiniCad 6.0.1 Demo.rsrc / STR#_7003.txt < prev    next >
Text File  |  1996-03-22  |  3KB  |  162 lines

  1. Defines custom linestyles.
  2.  
  3. AddDashStyle(ScalThick : BOOLEAN; NumPr : INTEGER; B1,W1,...,B5,W5 : REAL);
  4.  
  5. Sets limit tolerance parameters for dimensions.
  6.  
  7. LimitTolerance(ShowVal,BoxTxt :
  8. BOOLEAN; Leadr,Trailr : STRING;
  9. TopVal,BotVal : LONGINT);
  10.  
  11. Sets double fixed tolerance parameters for dimensions.
  12.  
  13. DoubleFixedTolerance(ShowVal,BoxTxt :BOOLEAN; Leadr,Trailr : STRING;TopStr,BotStr : LONGINT);
  14.  
  15. Sets double tolerance parameters
  16. for dimensions.
  17.  
  18. DoubleTolerance(ShowVal,BoxTxt :
  19. BOOLEAN; Leadr,Trailr : STRING;
  20. TopVal,BotVal : LONGINT);
  21.  
  22. Sets single tolerance parameters for dimensions.
  23.  
  24. SingleTolerance(ShowVal,BoxTxt :
  25. BOOLEAN; Leadr,Trailr : STRING;
  26. LimValu : LONGINT);
  27.  
  28. Retrieves current units settings.
  29.  
  30. GetUnits(VAR Frac,DisAcc : LONGINT; VAR Format : INTEGER; VAR UPI : REAL; UMark,SqUMark :
  31. STRING);
  32.  
  33. Specifies the spacing between text lines.
  34.  
  35. TextSpace(Spacing : INTEGER);
  36.  
  37. Sets the text size in points.
  38.  
  39. TextSize(Point : INTEGER);
  40.  
  41. Rotates selected text.
  42.  
  43. TextRotate(#Rotation : INTEGER);
  44.  
  45. Sets the text justification.
  46. 1 = Right justify
  47. 2 = Center justify
  48. 3 = Left justify
  49.  
  50. TextJust(Justify : INTEGER);
  51.  
  52. Sets text font.
  53.  
  54. TextFont(FontNumber : INTEGER);
  55.  
  56. Flips text vertically or horizontally.
  57. 1 = flip horizontal
  58. 2 = flip vertical
  59.  
  60. TextFlip(FlipType : INTEGER);
  61.  
  62. Sets the style of the text; e.g. TextFace([Bold,Underline]) makes text style underlined & bold.
  63.  
  64. TextFace([TextFaceType]);
  65.  
  66. Makes the class invisible.
  67.  
  68. HideClass(ClassName : STRING);
  69.  
  70. Makes the class visible.
  71.  
  72. ShowClass(ClassName : STRING);
  73.  
  74. Sets the layerΓÇÖs visibility to gray.  The contents are seen from other layers as grayed outlines.
  75.  
  76. GrayLayer;
  77.  
  78. Sets the layerΓÇÖs visibility to invisible.  The contents cannot be seen from other layers.
  79.  
  80. HideLayer;
  81.  
  82. Sets the layerΓÇÖs visibility to normal.  The contents can be seen and selected from other layers.
  83.  
  84. ShowLayer;
  85.  
  86. Smoothes polygons & freehand lines into spline curves.
  87.  
  88. Smooth(SmoothType : INTEGER);
  89.  
  90. Retrieves stored attribute settings.
  91.  
  92. PopAttrs;
  93.  
  94. Saves current attribute settings for later retrieval.
  95.  
  96. PushAttrs;
  97.  
  98. Specifies the line weight of the graphic pen.
  99.  
  100. PenSize(LineWeight : INTEGER);
  101.  
  102. Sets the pen pattern for the line that will be created.
  103.  
  104. PenPat(PatternNumber : INTEGER);
  105.  
  106. Unlocks all selected objects.
  107.  
  108. UnLckObjs;
  109.  
  110. Locks all selected objects.
  111.  
  112. LckObjs;
  113.  
  114. Sets the pen background color.
  115.  
  116. PenBack(Red, Green, Blue : LONGINT);
  117.  
  118. Sets the pen foreground color.
  119.  
  120. PenFore(Red, Green, Blue : LONGINT);
  121.  
  122. Sets the fill background color.
  123.  
  124. FillBack(Red, Green, Blue : LONGINT);
  125.  
  126. Sets the fill foreground color.
  127.  
  128. FillFore(Red, Green, Blue : LONGINT);
  129.  
  130. Sets the fill pattern of objects that will be created.
  131.  
  132. FillPat(PatternNumber : INTEGER);
  133.  
  134. Assigns an object to a class.
  135.  
  136. NameClass(ClassName : STRING);
  137.  
  138. Assigns a name to an object.
  139.  
  140. NameObject(ObjectName : STRING);
  141.  
  142. Sets the transfer mode of the active layer: Paint, Overlay, Invert, etc.
  143.  
  144. CopyMode(Operation : INTEGER);
  145.  
  146. Does not close a polygon.
  147.  
  148. OpenPoly;
  149.  
  150. Automatically closes a polygon.
  151.  
  152. ClosePoly;
  153.  
  154. Sets the current arrowhead size.
  155.  
  156. ArrowSize(MarkerSize : INTEGER);
  157.  
  158. Sets the line marker style.
  159.  
  160. ArrowHead(ArrowHeadType : INTEGER);
  161.  
  162.